home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / HPIII522.PPD < prev    next >
Text File  |  1991-12-05  |  13KB  |  385 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "HP LaserJet III" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012625 or 013009
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 20 May 1991 
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.2"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(HP LaserJet III)"
  20. *PSVersion: "(52.2) 0"
  21. *NickName: "HP LaserJet III PostScript v52.2"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "1273976"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 
  91. 1 exch sub }"
  92. *End
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion or PaperTray.
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "statusdict begin lettertray end"
  104. *PageSize Legal: "statusdict begin legaltray end"
  105. *PageSize Executive: "statusdict begin executivetray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize Envelope.297.684/Comm #10 Envelope: "
  108. statusdict begin com10envelopetray end"
  109. *End
  110. *PageSize Envelope.279.540/Monarch Envelope: "
  111. statusdict begin monarcenvelopetray end"
  112. *End
  113. *PageSize Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  114. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  115. *?PageSize: "
  116.  save statusdict begin
  117.   8 dict begin
  118.    /lettertray (Letter) def /legaltray (Legal) def
  119.    /executivetray (Executive) def /a4tray (A4) def
  120.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  121.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def 
  122.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  123.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  124.    papersize {
  125.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  126.    }{
  127.      {load exec} stopped not{print (.Transverse) = flush}
  128.      {(Unknown) = flush}ifelse
  129.    }ifelse
  130.   end
  131.  end restore
  132. "
  133. *End
  134.  
  135. *% These entries will set up the frame buffer. Usually used with manual feed.
  136. *DefaultPageRegion: Letter
  137. *PageRegion Letter: "letter"
  138. *PageRegion Legal: "legal"
  139. *PageRegion Executive: "executivepage"
  140. *PageRegion A4: "a4"
  141. *PageRegion B5: "b5"
  142. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10envelope"
  143. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope"
  144. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  145. *PageRegion Envelope.459.649/C5 Envelope: "c5envelope"
  146.  
  147. *% These entries will invoke a particular tray--error may occur if tray 
  148. *% is not inserted.
  149. *% These errors should be trapped by software and a message displayed
  150. *DefaultPaperTray: None
  151. *PaperTray Letter: "statusdict begin lettertray end"
  152. *PaperTray Legal: "statusdict begin legaltray end"
  153. *PaperTray Executive: "statusdict begin executivetray end"
  154. *PaperTray A4: "statusdict begin a4tray end"
  155. *PaperTray Envelope.297.684/Comm #10 Envelope: "
  156. statusdict begin com10envelopetray end"
  157. *End
  158. *PaperTray Envelope.279.540/Monarch Envelope: "
  159. statusdict begin monarcenvelopetray end"
  160. *End
  161. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  162. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  163. *?PaperTray: "
  164.  save statusdict begin
  165.   8 dict begin
  166.    /lettertray (Letter) def /legaltray (Legal) def
  167.    /executivetray (Executive) def /a4tray (A4) def
  168.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  169.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def
  170.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  171.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  172.    papersize {
  173.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  174.    }{
  175.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  176.    }ifelse
  177.   end
  178.  end restore
  179. "
  180. *End
  181.  
  182. *% The following entries provide information about specific paper keywords.
  183. *DefaultImageableArea: Letter
  184. *ImageableArea Letter: "18 19 593 774 "
  185. *ImageableArea Legal: "18 19 593 990 "
  186. *ImageableArea Executive: "18 19 501 738 "
  187. *ImageableArea A4: "18 19 578 824 "
  188. *ImageableArea B5: "18 19 505 513 "
  189. *ImageableArea Envelope.297.684/Comm #10 Envelope: "18 19 278 666 "
  190. *ImageableArea Envelope.279.540/Monarch Envelope: "18 19 259 522 "
  191. *ImageableArea Envelope.312.624/DL Envelope: "18 19 294 605 "
  192. *ImageableArea Envelope.459.649/C5 Envelope: "18 19 440 630 "
  193. *?ImageableArea: "
  194.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  195.   newpath clippath pathbbox
  196.   4 -2 roll exch 2 {ceiling cvp} repeat
  197.   exch 2 {floor cvp} repeat flush
  198.  restore
  199. "
  200. *End
  201.  
  202.  
  203. *% These provide the physical dimensions of the paper (by keyword)
  204. *DefaultPaperDimension: Letter
  205. *PaperDimension Letter: "612 792"
  206. *PaperDimension Legal: "612 1008"
  207. *PaperDimension Executive: "522 756"
  208. *PaperDimension A4: "595 842"
  209. *PaperDimension B5: "516 728"
  210. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  211. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  212. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  213. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  214.  
  215. *DefaultOutputBin: Upper
  216. *DefaultInputSlot: None
  217. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  218. *?InputSlot: "
  219.  save statusdict begin
  220.   1 dict begin
  221.    /0 (Upper) def
  222.    papertray 
  223.      {( ) cvs cvn load exec} stopped not{= flush}if
  224.   end
  225.  end restore
  226. "
  227. *End
  228.  
  229. *DefaultManualFeed: False
  230. *?ManualFeed: "
  231. save
  232.   statusdict /manualfeed get
  233.   {(True)}{(False)}ifelse = flush
  234. restore"
  235. *End
  236. *ManualFeed True: "statusdict begin /manualfeed true store end"
  237. *ManualFeed False: "statusdict begin /manualfeed false store end"
  238.  
  239. *DefaultOutputOrder: Normal
  240.  
  241. *DefaultCollator: None
  242. *DefaultSorter: None
  243. *DefaultDuplex: None
  244.  
  245. *% Font Information =====================
  246.  
  247. *DefaultFont: Courier
  248. *Font AvantGarde-Book: Standard "(001.002)"
  249. *Font AvantGarde-BookOblique: Standard "(001.002)"
  250. *Font AvantGarde-Demi: Standard "(001.003)"
  251. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  252. *Font Bookman-Demi: Standard "(001.001)"
  253. *Font Bookman-DemiItalic: Standard "(001.001)"
  254. *Font Bookman-Light: Standard "(001.001)"
  255. *Font Bookman-LightItalic: Standard "(001.001)"
  256. *Font Courier: Standard "(002.002)"
  257. *Font Courier-Bold: Standard "(002.002)"
  258. *Font Courier-BoldOblique: Standard "(002.002)"
  259. *Font Courier-Oblique: Standard "(002.002)"
  260. *Font Helvetica: Standard "(001.002)"
  261. *Font Helvetica-Bold: Standard "(001.002)"
  262. *Font Helvetica-BoldOblique: Standard "(001.002)"
  263. *Font Helvetica-Narrow: Standard "(001.002)"
  264. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  265. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  266. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  267. *Font Helvetica-Oblique: Standard "(001.002)"
  268. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  269. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  270. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  271. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  272. *Font Palatino-Bold: Standard "(001.002)"
  273. *Font Palatino-BoldItalic: Standard "(001.002)"
  274. *Font Palatino-Italic: Standard "(001.002)"
  275. *Font Palatino-Roman: Standard "(001.001)"
  276. *Font Symbol: Special "(001.003)"
  277. *Font Times-Bold: Standard "(001.002)"
  278. *Font Times-BoldItalic: Standard "(001.004)"
  279. *Font Times-Italic: Standard "(001.002)"
  280. *Font Times-Roman: Standard "(001.002)"
  281. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  282. *Font ZapfDingbats: Special "(001.002)"
  283. *?FontQuery: "
  284. save  2 dict begin /sv exch def
  285. /str 128 string def
  286. {
  287.   count 0 gt {
  288.     dup str cvs (/) print print (:) print
  289.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  290.   }{ exit } ifelse
  291. } bind loop
  292. (*) = flush
  293. sv end restore
  294. "
  295. *End
  296.  
  297. *?FontList: "
  298. save  2 dict begin /sv exch def
  299. /str 128 string def
  300. FontDirectory { pop == } bind forall flush
  301. (*) = flush
  302. sv end restore
  303. "
  304. *End
  305.  
  306.  
  307. *% Printer Messages (verbatim from printer):
  308. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  309. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  310. *Message: "\FontName\ not found, using Courier"
  311.  
  312.  
  313. *% Status (format: %%[ status: <one of these> ]%% )
  314. *Status: "idle"
  315. *Status: "busy"
  316. *Status: "waiting"
  317. *Status: "printing"
  318. *Status: "PrinterError: Out Of Paper"
  319. *Status: "PrinterError: Cover Open"
  320. *Status: "PrinterError: Feed Manual"
  321. *Status: "PrinterError: Paper Jam"
  322. *Status: "PrinterError: Miscellaneous Error"
  323. *Status: "PrinterError: Fatal Error"
  324.  
  325. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  326. *Source: "serial9"
  327. *Source: "serial25"
  328. *Source: "AppleTalk"
  329. *Source: "Centronics"
  330.  
  331. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  332. *PrinterError: "Out Of Paper"
  333. *PrinterError: "Cover Open"
  334. *PrinterError: "Feed Manual"
  335. *PrinterError: "Paper Jam"
  336. *PrinterError: "Miscellaneous Error"
  337. *PrinterError: "Fatal Error"
  338.  
  339. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  340.  
  341. *% Color Separation Information =====================
  342.  
  343. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  344.  
  345. *InkName: ProcessBlack/Process Black
  346. *InkName: CustomColor/Custom Color
  347. *InkName: ProcessCyan/Process Cyan
  348. *InkName: ProcessMagenta/Process Magenta
  349. *InkName: ProcessYellow/Process Yellow
  350.  
  351. *%  For 60 lpi / 300 dpi  ===============================
  352.  
  353. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  354. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  355. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  356. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  357. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  358.  
  359.  
  360. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  361. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  362. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  365.  
  366.  
  367. *%  For 53 lpi / 300 dpi  ===============================
  368.  
  369.  
  370. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  371. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  372. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  373. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  374. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  375.  
  376.  
  377. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  378. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  379. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  380. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  381. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  382.  
  383.  
  384. *% end of PPD file for HP LaserJet III
  385.